Home
last modified time | relevance | path

Searched hist:c0b4b3815d4e65c082d6e85d0fccf25b230e7890 (Results 1 – 1 of 1) sorted by path

/linux/include/uapi/linux/
H A Dpci_regs.hdiff c0b4b3815d4e65c082d6e85d0fccf25b230e7890 Tue Aug 27 19:28:36 CEST 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Tidy bitmasks and spacing of PCIe capability definitions

The convention of showing bits in a mask of the full register width, e.g.,
"0x00000007" instead of "0x07" for a field in a 32-bit register, is common
but not universal in this file. This patch makes it consistently used at
least for the PCIe capability.

Whitespace and zero-extension changes only; no functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>